home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-18 | 2.4 KB | 81 lines |
-
- REM EasyManager For Windows Installation Script
-
- [The title of your application]
- $TITLE=EasyManager For Windows Version 3.0
-
- [Default target directory]
- $TARGET=C:\EASYMGR
-
- [Disk space needed for the installation - in bytes]
- $SPACE=1950000
-
- [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
-
- $DISK 1 = EASYMGR.*;REGISTER.*;README.*;HISTORY.*;FAQ.*;FILE_ID.DIZ;SAMPLE.EXC;ORGDIAL.EXE;SSVBX25.*;EZUPDATE.BAT
- ; $disk2=*.*
- ; $disk3=*.ini;*.drv;*.hlp
-
- REM and so on ----- > $disk45=
-
- [Other target subdirectories under default directory tree]
- $DEST=easymgr.exe;easymgr.hlp;easymgr.def;easymgr.sdf;ssvbx25.vbx
- $DEST=register.wri;register.txt;readme.txt;history.txt;file_id.diz
- $DEST=sample.exc faq.txt orgdial.exe ezupdate.bat easymgr.dei
-
- [Auto replace the following files]
- $AUTO-REPLACE=EASYMGR.EXE;EASYMGR.SDF;EASYMGR.DEF;EASYMGR.HLP;README.TXT
- $AUTO-REPLACE=HISTORY.TXT;FAQ.TXT;REGISTER.WRI;REGISTER.TXT;FILE_ID.DIZ
- $AUTO-REPLACE=ORGDIAL.EXE SSVBX25.VBX EASYMGR.DEI EZUPDATE.BAT
-
- [Files to install to Windows directory}
- ;$windir=
-
- [Files to install to Windows SYSTEM directory}
- ;$sysdir=
-
- [Program Manager group name]
- $GROUP=EasyManager For Windows
-
- [program(s) to create Program Manager icons for]
- $ICON=$DEST\EASYMGR.EXE;EasyManager For Windows
- $ICON=WINHELP.EXE $DEST\EASYMGR.HLP;EasyManager Help
- $ICON=WRITE.EXE $DEST\REGISTER.WRI;Registration Form
- $ICON=NOTEPAD.EXE $DEST\README.TXT;Read Me
- $ICON=NOTEPAD.EXE $DEST\HISTORY.TXT;Change History
- $ICON=NOTEPAD.EXE $DEST\FAQ.TXT;Frequently Asked Questions
-
- [Program(s) to run after immediately after copying]
- ;$PRE-EXEC=
-
- [Program(s) to run after installation]
- ;$EXEC=
-
- [Files to delete just after installation]
- ;$CLEANUP=
-
- [put a ";" at the start of the next line to have a normal main window]
- ;$WINDOW=MAXIMIZE
-
- [comment this to use an 8kb buffer for copying the files]
- ;$COPYBUFFER=4095
-
- [comment and use this to change the background color of the window]
- [valid values are 0 to 4]
- $WINDOW-BACKGROUND=1
-
- [comment and use this to change the background of the text]
- [3 RGB values, or 1 long integer value
- $TEXT-BACKGROUND=192 192 192
-
- [uncomment this line to NOT automatically set the check box for PROGMAN group]
- $SETCHECKBOX
-
- [comment this line to enable the final "installation completed" dialog]
- $NO-END-DIALOG
-
- [comment this line to enable the dialog that offers to add the target]
- [directory to the PATH statement in AUTOEXEC.BAT]
- $NO-PATH-DIALOG
-
-